home *** CD-ROM | disk | FTP | other *** search
/ The Big Mouth 16 / Big_Mouth_The_16_1997_-_Side_C.d64 / the main menu_bm (.txt) < prev   
Commodore BASIC  |  2023-02-26  |  1KB  |  39 lines

  1. 1 rem"          "bm eyes only!(NULL)
  2. 2 poke 808,234:poke 53280,0:poke 53281,0
  3. 4 fort=1 to 500:next
  4. 6 print"[147][155]"tab(7)"the big mouth - main menu"
  5. 8 fort=1 to 2000:next
  6. 10 print"[147]"
  7. 15 fort=1 to 500:next
  8. 20 printtab(7)"the big mouth - main menu"
  9. 30 print"a - pacman"
  10. 31 print"b - ms pacman"
  11. 32 print"c - pacman 2"
  12. 33 print"d - pacmania"
  13. 34 print"e - savage platforms demo"
  14. 35 print"f - molecules"
  15. 36 print"g - last ninja remix music ripp"
  16. 37 print"h - miscellaneous music ripp 3"
  17. 38 print"i - mtv guitar riffs"
  18. 50 print"pick a program to load (a-i) ?"
  19. 55 get a$:if a$="" then 55
  20. 60 a=asc(a$):if a-64<1 or a-64>9 then 55
  21. 65 if a-64=9 then 109
  22. 66 forx=49152 to 49170:ready:poke x,y:nextx
  23. 70 print""tab(15)" loading "
  24. 75 sys 49152
  25. 76 data 120,169,013,141,040,003,169,192
  26. 77 data 141,041,003,088,096,238,032,208
  27. 78 data 076,237,246
  28. 80 on a-64 goto 101,102,103,104,105,106,107,108
  29. 100 :
  30. 101 load"     pacman     ",8,1
  31. 102 load"   ms pacman    ",8,1
  32. 103 load"pacman 2 +1  /ba",8,1
  33. 104 load"    pacmania    ",8,1
  34. 105 load"savage platforms",8,1
  35. 106 load"molecules /xlcus",8,1
  36. 107 load"l.ninja rmx ripp",8,1
  37. 108 load"miscellaneous 3 ",8,1
  38. 109 load"mtv guitar riffs",8,1
  39.